* gtk/gtkwidget.c: Fix documentation error in
gtk_widget_set_redraw_on_allocate.
svn path=/trunk/; revision=17533
+2007-03-16 Xan Lopez <xan@localhost>
+
+ * gtk/gtkwidget.c: Fix documentation error in
+ gtk_widget_set_redraw_on_allocate.
+
2007-03-16 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkprintunixdialog.c (printer_added_cb): Scroll to
* allocation changes. By default, this setting is %TRUE and
* the entire widget is redrawn on every size change. If your widget
* leaves the upper left unchanged when made bigger, turning this
- * setting on will improve performance.
+ * setting off will improve performance.
* Note that for %NO_WINDOW widgets setting this flag to %FALSE turns
* off all allocation on resizing: the widget will not even redraw if